home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
where.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
699b
|
67 lines
where(1) Scilab Function where(1)
NAME
where - get current instruction calling tree
CALLING SEQUENCE
[linenum,mac]=where()
PARAMETERS
linenum : column vector of integer
mac : column vector of strings
DESCRIPTION
returns linenum and mac such as current instruction has been called by the
linenum(1) line of function mac(1), mac(1) has been called by the line-
num(2) line of function mac(2) and so on
mac(i) is in general the name of a function but it may also be "exec" or
"execstr" if instruction lies in ans exec file or an execstr instruction
SEE ALSO
whereami pause
EXAMPLE